home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 December / PSL Monthly Shareware CD-ROM (Public Software Library)(December 1994).bin / filesbbs / pgm_dos / c1.bbs < prev    next >
File List  |  1994-11-09  |  51KB  |  643 lines

  1. 68000CC.ZIP     84308  10-15-93  68000 C Compiler  is an optimizing C compiler
  2.                                | for the Motorola 68000 processor and is meant 
  3.                                | for educational purposes. You can learn a lot 
  4.                                | about writing a compiler by studying the      
  5.                                | source files on this disk. Since this code    
  6.                                | was written for a machine with long integers  
  7.                                | it may exhibit some irregularity when dealing 
  8.                                | with long integers on the IBM-PC. The author  
  9.                                | makes no guarantees. This is not meant as a   
  10.                                | serious development tool although it could,   
  11.                                | with little work, be made into one. (Matthew  
  12.                                | Brandt) (Reg.Fee: $?)                         
  13. ACK3D.ZIP     1192790  03-31-94  Animation Construction Kit 3D is a 3D
  14.                                | Animation tool, written in C. It gives        
  15.                                | program developers an easy to use animation   
  16.                                | library that can be linked into their own     
  17.                                | applications without having to delve into the 
  18.                                | inner workings of the ray-casting engine.     
  19.                                | Requires a 386-33Mhz or better. (Larry Myers) 
  20.                                | (ASP) (Reg.Fee: $0)                           
  21. ASCFIL.ZIP      16452  03-11-94  AscFil 1.0 is a C++ library of functions to
  22.                                | read in a non-delimited ASCII file in sorted  
  23.                                | or non-sorted order. It is useful for         
  24.                                | converting ASCII to DBF files on the fly.     
  25.                                | (Matthew Rhoades) (Reg.Fee: $0)               
  26. ATT.ZIP          2046  05-29-89  All the Time 3.1 is a customizable desktop
  27.                                | clock for WIN31. It shows the time/date in a  
  28.                                | variety of formats. Other features include a  
  29.                                | pop-up task manager, WAV sound support,       
  30.                                | system resource monitors, tree/moon graphics  
  31.                                | showing seasons, and more. VB source code is  
  32.                                | included. Requires VBRUN300. (Wilson & Carole 
  33.                                | Rodgers Smith) (Reg.Fee: $0)                  
  34. AUTOLIB.ZIP    122306  03-30-92  AutoLibrary Program-Playback Tool  is a C
  35.                                | function library to automate communications.  
  36.                                | Keystrokes are manually coded into C programs 
  37.                                | and played back when the program executes.    
  38.                                | (Wayne McDaniel) (ASP) (Reg.Fee: $62)         
  39. AVLTREE.ZIP      9903  10-16-93  AVLTREE  is a set of AVL tree management
  40.                                | routines, a form of balanced binary tree.     
  41.                                | (Reg.Fee: $0)                                 
  42. BDC.ZIP         19933  05-29-93  Bulk Disk Copier  is C source for reading a
  43.                                | floppy image to a hard disk and copying it    
  44.                                | back to as many floppies as you wish. It also 
  45.                                | formats blank floppies. The source code is an 
  46.                                | excellent tutorial on lowlevel disk access    
  47.                                | under DOS. (Jeff Heaton) (Reg.Fee: $0)        
  48. BETEDIT.ZIP      9267  10-16-93  BetEdit  are two classes for validation of
  49.                                | numeric data entry. (Tim Bergel) (Reg.Fee: $0)
  50. BFILE.ZIP        6936  10-16-93  Bfile  is a basic Btrieve class for C++.
  51.                                | (Douglas J. Reilly) (Reg.Fee: $0)             
  52. BIOSEQP.ZIP      7712  07-11-92  BiosEquip  is code that reports on system
  53.                                | configuration: the number of disk drives,     
  54.                                | parallel printers, serial ports, video mode,  
  55.                                | DOS version, and checks for a math            
  56.                                | co-processor and game port. (H.L. Hawk)       
  57.                                | (Reg.Fee: $0)                                 
  58. BITSTR.ZIP       4877  10-16-93  BitStr 1.2 is a set of routines for storing
  59.                                | an array of boolean values in minimum space.  
  60.                                | (Erik Mavrinac) (Reg.Fee: $0)                 
  61. BTCLASS.ZIP    121679  10-18-93  Btrieve Classes 2.02 contains a set of
  62.                                | Btrieve classes that provide an application   
  63.                                | programmer with the full functionality of     
  64.                                | Btrieve 5.0. Requires compiler-specific       
  65.                                | interface routines from the Btrieve           
  66.                                | Developer's Kit, Borland C++ 3.x or Microsoft 
  67.                                | C++ 7.00. A tutorial is included for those    
  68.                                | with minimal experience in object technology. 
  69.                                | (Object Resource Group) (Reg.Fee: $55)        
  70. BTR_SUP.ZIP     32342  10-16-93  Btr-Sup  is a Btrieve support library that
  71.                                | manages the task of finding and opening       
  72.                                | Btrieve files. This library was designed for  
  73.                                | Microsoft C v5.0 and Btrieve v4.10. The       
  74.                                | program will manage up to three open files at 
  75.                                | a time. (Srebnick Micro Consulting) (Reg.Fee: 
  76.                                | $50)                                          
  77. BTREE_C.ZIP      2847  10-16-93  Btree  demonstrates the use of the Borland
  78.                                | Btree classlib. (John Adkins) (Reg.Fee: $0)   
  79. BTRVEX.ZIP      33345  10-16-93  BTRV Express Library  is a `C' library which
  80.                                | manages the task of finding and opening       
  81.                                | Btrieve files. All calls to Btrieve are made  
  82.                                | through a central module. The advantage of    
  83.                                | this is that you can modify that module to    
  84.                                | perform a certain function each time a file   
  85.                                | is accessed. This feature could be most most  
  86.                                | useful in a network environment. For          
  87.                                | instance, you can place a routine in the      
  88.                                | central module that checks for hardware       
  89.                                | errors on the server and logs the user off    
  90.                                | gently if there is trouble. Designed for MSC  
  91.                                | 5.0 and Btrieve 4.10. (Srebnick Micro         
  92.                                | Consulting) (Reg.Fee: $75)                    
  93. CDBMANG.ZIP     74047  05-20-91  C Database Management System  is a complete
  94.                                | database development kit designed for C       
  95.                                | programmers. It is based on the NETWORK       
  96.                                | database model and uses the ISAM methodology  
  97.                                | for key file management. The NETWORK database 
  98.                                | model is the latest concept in database       
  99.                                | management. The kit also uses the advanced    
  100.                                | concept of a Data Definition Language (DDL).  
  101.                                | Using the DDL, a developer can design and     
  102.                                | re-design their database with minimal effort  
  103.